Merge version 1:5.0~+rc2-1+rpi1 and 1:5.0.1-2 to produce 1:5.0.1-2+rpi1 archive/raspbian/1%5.0.1-2+rpi1 raspbian/1%5.0.1-2+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Fri, 5 Jan 2018 17:28:31 +0000 (17:28 +0000)
committerRaspbian forward pporter <root@raspbian.org>
Fri, 5 Jan 2018 17:28:31 +0000 (17:28 +0000)
1  2 
debian/changelog
debian/patches/series
debian/rules

index 60bfd610ef7505338cf4ca93fe779a6216e0441a,a8b77022d5c96e95587454a2c02de9f43e2c2783..44a3b6ba61b529f42ed018a99e30e2203c40d756
- llvm-toolchain-5.0 (1:5.0~+rc2-1+rpi1) buster-staging; urgency=medium
++llvm-toolchain-5.0 (1:5.0.1-2+rpi1) buster-staging; urgency=medium
 +
 +  [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 14 May 2016 21:43:35 +0000]
 +  * Cleanup .pyc files in clean target.
 +  * Add a hack to the cmake based build to force armv6 (unfortunately the cmake
 +    based build relies on config.guess which assumes you want to build for the
 +    hardware you are running on).
 +  * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that
 +    are broken on lower arm architectures.
 +
 +  [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green]
 +  * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously).
 +  * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake
 +  * Clean up debian/usr in clean target.
 +  * Clean up clang/tools/*-3.9 in clean target.
 +  * Clean up stray *3.9.vim files
 +  * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc
 +  * Clean up debian/*.install
 +
-  -- Peter Micahel Green <plugwash@raspbian.org>  Thu, 07 Sep 2017 06:08:08 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Fri, 05 Jan 2018 17:28:30 +0000
++
+ llvm-toolchain-5.0 (1:5.0.1-2) unstable; urgency=medium
+   * Bring back the libedit support in lldb
+     Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
+   * Fix the path detection to lib fuzzer
+     https://bugs.llvm.org/show_bug.cgi?id=33248
+   * Add a symlink to fix lldb-X.Y - for real (Closes: #881993)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 22 Dec 2017 11:42:46 +0100
+ llvm-toolchain-5.0 (1:5.0.1-1) unstable; urgency=medium
+   * New stable release
+   * test-keep-alive.diff: Display more information during the test suite run
+     to avoid the FTBFS on mips*
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 09 Dec 2017 19:56:52 +0100
+ llvm-toolchain-5.0 (1:5.0.1~+rc3-1~exp1) experimental; urgency=medium
+   * New testing release
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 08 Dec 2017 10:10:53 +0100
+ llvm-toolchain-5.0 (1:5.0.1~+rc2-1~exp1) experimental; urgency=medium
+   * New testing release
+   * Add a symlink to fix lldb-X.Y (Closes: #881993)
+   * liblld-5.0-dev depends on liblld-5.0 (Closes: #856545)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 30 Nov 2017 09:02:28 +0100
+ llvm-toolchain-5.0 (1:5.0.1~+rc1-1~exp2) experimental; urgency=medium
+   * Create clang-tools-5.0 and move the various clang tools into it
+     clang-tools-5.0 depends on clang-5.0. This might affect some packages.
+     (Closes: #836397)
+   * Take a patch for a stack alignment on sparc64 for rust
+     Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
+   * Update of the clang description
+   * Standards-Version updated to 4.1.1
+   * Remove some old breaks/replaces/conflicts (<3.8)
+   * Fix some wrong-section-according-to-package-name and
+     priority-extra-is-replaced-by-priority-optional issues
+   * Use ?= for some variables declarations
+   * Remove the hardcoded declarations of llvm version in debian/rules
+   * add /usr/lib/cuda to the CUDA toolkit search paths
+     Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
+   * Fix the fix-scan-view-path.diff path
+   * Move libomp-dev from Suggests to Recommends (Closes: #882781)
+   * Do not ship liblld-5.0-dbg as we are not shipping the .so in this version
+  -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 28 Nov 2017 16:27:35 +0100
+ llvm-toolchain-5.0 (1:5.0.1~+rc1-1~exp1) experimental; urgency=medium
+   * New testing release
+   * Update of the copyright file (Closes: #878502)
+     Thanks to Nicholas D Steeves for the work
+   * Try to fix the mipsel FTBFS (Closes: #877567)
+     I am trying the first option from the bug:
+       - gsplit-dward on 32 bits archs
+       - -g everywhere
+     Many thanks to Adrian Bunk for that
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 03 Nov 2017 15:30:19 +0100
+ llvm-toolchain-4.0 (1:4.0.1-8) unstable; urgency=medium
+   [ Ximin Luo ]
+   * Backport some patches (originally from rust, and upstreamed) to fix two
+     failing tests in rustc.
+   [ Sylvestre Ledru ]
+   * Try to fix the mipsel FTBFS (Closes: #877567)
+     I am trying the first option from the bug:
+     - gsplit-dward on 32 bits archs
+     - -g everywhere
+     Many thanks to Adrian Bunk for that
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 18 Oct 2017 16:37:25 +0200
+ llvm-toolchain-4.0 (1:4.0.1-7) unstable; urgency=medium
+   * Force the deactivation of ocaml until the transition is done
+   * Standards-Version: 4.1.0
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 13 Oct 2017 21:22:54 +0200
+ llvm-toolchain-4.0 (1:4.0.1-6) unstable; urgency=medium
+   * Remove the -Wl option to call gold instead of the normal linker
+     (Closes: #876787)
+   * For now, lld doesn't generate shared libs. Removing the files
+     (Closes: #857653)
+   * Add the missing lldb symlinks (Closes: #872237)
+   [ Gianfranco Costamagna ]
+   * Fixup previous upload, adding -NDEBUG to build flags,
+     lost in the -g -> -g1 switch
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 01 Oct 2017 15:24:14 +0200
+ llvm-toolchain-4.0 (1:4.0.1-5) unstable; urgency=medium
+   * Backport of an arm patch for rust.
+     https://bugs.llvm.org/show_bug.cgi?id=32379
+     (Closes: #876072)
+   [ Matthias Klose ]
+   * Link with --no-keep-files-mapped --no-map-whole-files when using gold.
+   * Fix sanitizer build failure with glibc-2.26.
+   * build using gold on arm64 and s390x. For backports, arm64 might still
+     need the BFD linker, and building with only one or two processes in
+     parallel.
+   * On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
+   * Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 08 Sep 2017 11:59:03 +0200
+ llvm-toolchain-4.0 (1:4.0.1-4) unstable; urgency=medium
+   * Fail the build if the arch + gcc has a broken gsplit-dwarf support
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 03 Sep 2017 15:13:14 +0200
+ llvm-toolchain-4.0 (1:4.0.1-3) unstable; urgency=medium
+   * Fix the FTBFS because of -gsplit-dwarf:
+     - Only enable it on archs which needs it
+     - Only enable it when gcc supports it correctly
+  -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 31 Aug 2017 19:14:39 +0200
+ llvm-toolchain-4.0 (1:4.0.1-2) unstable; urgency=medium
+   * Rebuild with gcc 7 to fix a relocation error (Closes: #866354)
+   * Also add a missing include in ftfbs-gcc.diff to fix a ftbfs
+     with gcc 7
+   * ld.lld manpage wasn't installed
+   * Link LLDB with -latomic on powerpcspe (Closes: #872267)
+   * Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
+     See https://bugs.llvm.org/show_bug.cgi?id=34140
+     (Closes: #853526)
+   * clang was producing unusable binaries on armv5tel (Closes: #873305)
+     Thanks to Adrian Bunk for the patch
+   [ Katsuhiko Nishimra ]
+   * Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 26 Aug 2017 17:36:26 +0200
+ llvm-toolchain-4.0 (1:4.0.1-1) unstable; urgency=medium
+   * New stable release
+   * Add libomp-dev to the suggests of clang
+   * Add the ld.lld manpage
+   * Add Provides on python-lldb-x.y & python-clang-x.y & libllvm-x.y-ocaml-dev
+     to avoid the recurring problem about conflicts
+     (Closes: #835546, #863739, #863742)
+   * Standards-Version => 4.0.0
+   * Generate the llvm-tblgen, clang-change-namespace, clang-offload-bundler
+     lld, clang++, clang-check, clang-cpp & clang-import-test manpages
+   * Remove the --no-discard-stderr option from help2man calls
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 14 Jun 2017 19:06:20 +0200
+ llvm-toolchain-4.0 (1:4.0.1~+rc3-1) unstable; urgency=medium
+   [ Sylvestre Ledru ]
+   * Try to fix polly on hurd (missing PATH_MAX)
+   * New snapshot release
+   [ Gianfranco Costamagna ]
+   * Fix clang-doc generation
+     - there was a missing install file
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 14 Jun 2017 09:59:59 +0200
+ llvm-toolchain-4.0 (1:4.0.1~+rc2-1) unstable; urgency=medium
+   * New snapshot release
+   * Remove clang-tblgen from clang-X.Y (done by upstream)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 01 Jun 2017 23:01:38 +0200
+ llvm-toolchain-4.0 (1:4.0.1~+rc1-2) unstable; urgency=medium
+   * New testing release
+   * Update of the copyright file (Closes: #878502)
+     Thanks to Nicholas D Steeves for the work
+   * Try to fix the mipsel FTBFS (Closes: #877567)
+     I am trying the first option from the bug:
+     - gsplit-dward on 32 bits archs
+     - -g everywhere
+     Many thanks to Adrian Bunk for that
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 03 Nov 2017 15:30:19 +0100
+ llvm-toolchain-5.0 (1:5.0-4) unstable; urgency=medium
+   * Force the deactivation of ocaml until the transition is done
+   * Standards-Version updated to 4.1.0
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 13 Oct 2017 21:20:24 +0200
+ llvm-toolchain-5.0 (1:5.0-3) unstable; urgency=medium
+   * Remove the -Wl option to call gold instead of the normal linker
+     (Closes: #876787)
+   * For now, lld doesn't generate shared libs. Removing the files
+     (Closes: #857653)
+   * Add the missing lldb symlinks (Closes: #872237)
+   [ Gianfranco Costamagna ]
+   * Fixup previous upload, adding -NDEBUG to build flags,
+     lost in the -g -> -g1 switch
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 01 Oct 2017 15:24:29 +0200
+ llvm-toolchain-5.0 (1:5.0-2) unstable; urgency=medium
+   [ Matthias Klose ]
+   * Link with --no-keep-files-mapped --no-map-whole-files when using gold.
+   * build using gold on arm64 and s390x. For backports, arm64 might still
+     need the BFD linker, and building with only one or two processes in
+     parallel.
+   * On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
+   * Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.
+  -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 18 Sep 2017 21:53:00 +0200
+ llvm-toolchain-5.0 (1:5.0-1) unstable; urgency=medium
+   * New stable release
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 06 Sep 2017 13:04:44 +0200
+ llvm-toolchain-5.0 (1:5.0~+rc5-2) unstable; urgency=medium
+   * Fail the build if the arch + gcc has a broken gsplit-dwarf support
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 03 Sep 2017 15:13:34 +0200
+ llvm-toolchain-5.0 (1:5.0~+rc5-1) unstable; urgency=medium
+   * New testing release
+  -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 01 Sep 2017 23:18:29 +0200
+ llvm-toolchain-5.0 (1:5.0~+rc4-2) unstable; urgency=medium
+   * Fix the FTBFS because of -gsplit-dwarf:
+     - Only enable it on archs which needs it
+     - Only enable it when gcc supports it correctly
+  -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 31 Aug 2017 19:14:45 +0200
+ llvm-toolchain-5.0 (1:5.0~+rc4-1) unstable; urgency=medium
+   * New testing release
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 30 Aug 2017 16:06:39 +0200
+ llvm-toolchain-5.0 (1:5.0~+rc3-1) unstable; urgency=medium
+   * New testing release
+   * Link LLDB with -latomic on powerpcspe (Closes: #872267)
+   * Fix the C++ include path order (Closes: #859083)
+   * Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
+     See https://bugs.llvm.org/show_bug.cgi?id=34140
+   * clang was producing unusable binaries on armv5tel (Closes: #873306)
+     Thanks to Adrian Bunk for the patch
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 26 Aug 2017 10:16:07 +0200
  
  llvm-toolchain-5.0 (1:5.0~+rc2-1) unstable; urgency=medium
  
index d6ad4e4657b960e5c2914312090d8d14da165434,df49ba03ea8c3112f410c22da652511a63ec7de0..c128b6b5679f21fd3ff9add40e93e82ff2871c98
@@@ -46,4 -45,7 +45,8 @@@ disable-path-test-failing.dif
  silent-amd-tet.diff
  disable-error-xray.diff
  lldb-disable-swig-error.diff
+ update-cuda-search-path.patch
+ test-keep-alive.diff
+ libfuzzer-path.diff
 +auto-1:5.0~+rc2-1+rpi1-d8bb5e17a1c124bfc65bd4da3d5bad2318b86155-1504768094
diff --cc debian/rules
Simple merge